Uses of Interface
org.eclipse.vtp.framework.core.ILogger

Packages that use ILogger
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.core   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.interactions.core.observers   
 

Uses of ILogger in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type ILogger
ScriptableLogger(ILogger logger)
          Creates a new ScriptableLogger.
 

Uses of ILogger in org.eclipse.vtp.framework.core
 

Subinterfaces of ILogger in org.eclipse.vtp.framework.core
 interface IActionContext
          A service available to services at the action scope.
 interface IContext
          A registry of service objects indexed by identifier.
 interface IExecutionContext
          A service available to all services at the execution or action scope.
 interface IProcessContext
          A service available to all services at any scope.
 interface ISessionContext
          A service available to all services at any scope except the process scope.
 

Uses of ILogger in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement ILogger
protected  class Execution.Context
          Implementation of the generic context.
protected  class Process.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
protected  class Session.Context
          Implementation of the generic context.
 

Uses of ILogger in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement ILogger
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractContext
          A support implementation of the IContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class AbstractLogger
          A support implementation of the ILogger interface.
 class AbstractProcessContext
          A support implementation of the IProcessContext interface.
 class AbstractSessionContext
          A support implementation of the ISessionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 class ExecutionContextWrapper
          A wrapper for the IExecutionContext interface.
 class ProcessContextWrapper
          A wrapper for the IProcessContext interface.
 class SessionContextWrapper
          A wrapper for the ISessionContext interface.
 

Uses of ILogger in org.eclipse.vtp.framework.interactions.core.observers
 

Constructors in org.eclipse.vtp.framework.interactions.core.observers with parameters of type ILogger
MetaDataMessageObserver(ILogger logger, IConversation conversation, MetaDataConfiguration configuration)
          Creates a new MetaDataMessageAction.